xen.git
2006-04-10 vhanquez@kneesa... fix bug #609 - error: PIC register `bx' clobbered in...
2006-04-10 emellor@leeni... I used the wrong operator in a couple places for puttin...
2006-04-10 kaf24@firebug... 'make mkpatches' diffs against pristine tree rather...
2006-04-10 kaf24@firebug... Introduce page_to_bus() and use it in pci-dma-xen.c...
2006-04-10 ack@kneesa... fix x86_32 default linux builds
2006-04-09 kaf24@firebug... Remove various compile-time options from SEDF scheduler and
2006-04-08 kaf24@firebug... Build CONFIG_PNP_ACPI by default.
2006-04-08 kaf24@firebug... Clean up IO-APIC update tracing and demote to DPRINTK().
2006-04-08 kaf24@firebug... Fix remove_pin_at_irq(), introduced with changeset
2006-04-08 kaf24@firebug... Added trace buffer virtual irq to implement non-polling...
2006-04-07 kaf24@firebug... Robustify and add tracing to the IO-APIC update hypercall.
2006-04-07 kaf24@firebug... Fix my slightly broken change to pirq_mask logic -...
2006-04-07 smh22@firebug... Additional sanity / compatability checks during guest...
2006-04-07 kaf24@firebug... Turn pirq_mask into a generic bitmap type.
2006-04-07 kaf24@firebug... Avoid double slashes in linker object file lists.
2006-04-07 kaf24@firebug... Do not disable spurious irq debugging in i386 xenlinux...
2006-04-07 kaf24@firebug... Power down an x86 system directly within domain0 rather...
2006-04-07 emellor@leeni... Merged.
2006-04-07 kaf24@firebug... Clean up xenoprof code a bit. The main remaining TODO...
2006-04-07 kaf24@firebug... Do not accept empty definition of __XEN_INTERFACE_VERSION__
2006-04-06 cl349@firebug... Support __XEN_INTERFACE_VERSION__ defined to the empty...
2006-04-06 ack@kneesa... merge
2006-04-06 ack@kneesa... Add xenoprof support
2006-04-06 kaf24@firebug... Do not create blkback vbd kernel thread until fully...
2006-04-06 smh22@firebug... Merge.
2006-04-06 smh22@firebug... Merge.
2006-04-06 emellor@leeni... This adds proper cleanup in case of a failure.
2006-04-06 smh22@firebug... Make root page table sanity check on restore more generic.
2006-04-06 kaf24@firebug... Rename and clean up 'error_code' path in entry.S.
2006-04-06 kaf24@firebug... Cleanups to do_callback_op() new hypercall changeset.
2006-04-06 kaf24@firebug... Use machine_halt() where it makes sense, to halt all...
2006-04-06 smh22@firebug... Fix long-standing save/restore bug on x86-64.
2006-04-06 kaf24@firebug... Saner error handling in iret hypercall (x86/64).
2006-04-06 kaf24@firebug... Clean up files created by the XenLinux boot-xen code.
2006-04-06 kaf24@firebug... Add code to make handling domain poweroff/reboot symmet...
2006-04-06 kaf24@firebug... Move misplaced CONFIG_KEXEC code chunk in setup-xen...
2006-04-06 apeace@paploo... Fix the example xend init.d script so it correctly...
2006-04-06 emellor@leeni... Factor out the parsing of XAUTHORITY, so that it can...
2006-04-06 emellor@leeni... Fix test to match change to DCE formatting of UUIDs.
2006-04-06 Ian.Campbell... Add new hypercall "set_callback" taking a callback...
2006-04-06 kaf24@firebug... More simplifications to blkback:
2006-04-06 kaf24@firebug... Stupidly forgot there is a separate waitqueue for free...
2006-04-06 kaf24@firebug... Fix the blkif_schedule() kthread loop. Much simpler...
2006-04-06 kaf24@firebug... Allow CONFIG_DEBUG_INFO to be specified when building
2006-04-06 kaf24@firebug... Remove some unnecessary code from the vTPM hotplug...
2006-04-06 kaf24@firebug... Fix a problem that was caused by recent changes to...
2006-04-06 kaf24@firebug... Update the user manual appendix to describe bow to...
2006-04-06 kaf24@firebug... Remove unused code in netback's net_rx_action():
2006-04-06 kaf24@firebug... Use PAGE_OFFSET instead of __PAGE_OFFSET in netfront.c.
2006-04-06 kaf24@firebug... Remove unused teardown_irq() definition. Removes two...
2006-04-05 emellor@leeni... Merged.
2006-04-05 emellor@leeni... Further workarounds for the broken string marshalling...
2006-04-05 kaf24@firebug... Backtrack on the new interface for reserved event-channel
2006-04-05 kaf24@firebug... Add new interface for allocating reserved event-channel
2006-04-05 kaf24@firebug... Clean up build system some more. No need to explicitly
2006-04-05 kaf24@firebug... Clean up HDRS Makefile variable.
2006-04-05 kaf24@firebug... Add support for XCHG instruction accessing LAPIC device...
2006-04-05 kaf24@firebug... Rename update_dom_time() to update_vcpu_system_time().
2006-04-05 kaf24@firebug... Extend the 'badpage' boot option to parse inclusive
2006-04-05 kaf24@firebug... Fix a regression in hvm_pio_assist() when booting Windows
2006-04-05 kaf24@firebug... gdbserver readme update.
2006-04-05 kaf24@firebug... There are a couple of bugs with the current handling...
2006-04-05 kaf24@firebug... Define Xen interface version for tools build.
2006-04-05 kaf24@firebug... Fix checksum-offload problems introduced in c/s 9514...
2006-04-04 kaf24@firebug... We had reports of reboot not working on certain machine...
2006-04-04 kaf24@firebug... With the standard (XEN) prefix and the setting of 8...
2006-04-04 kaf24@firebug... HVM patch to add pio IOREQ_WRITE OVERLAP/REPZ support...
2006-04-04 kaf24@firebug... Simplify the Xen genapic code. Many genapic hooks have...
2006-04-04 sos22@douglas... fix mfn check of gnttab_transfer().
2006-04-04 emellor@leeni... Workaround bug in xmlrpclib's string escaping. That...
2006-04-04 kaf24@firebug... Build a few more common network options into the i386...
2006-04-03 emellor@leeni... Merged.
2006-04-03 emellor@leeni... Lookup backend by name _or_id_. This is important...
2006-04-03 emellor@leeni... Fix cpus string parsing, wrt use of ^ to remove elements.
2006-04-03 emellor@leeni... The attached patch fixes a race condition that occurs...
2006-04-03 mip@xencore04... Improve pygrub error reporting when opening ext2 fs...
2006-04-03 tkuik@tkuik... Allow a domain other than Domain-0 to be a backend.
2006-04-03 kaf24@firebug... Remove some dead code from the consoled client.
2006-04-03 kaf24@firebug... Clean up subarch 'mach-foo' header files. No need for
2006-04-03 kaf24@firebug... Remove send_IPI_all, send_IPI_allbutself and send_IPI_self
2006-04-03 kaf24@firebug... Added tag 3.0.2-branched for changeset d0d3fef37685be26...
2006-04-03 Ian.Campbell... Handle failure to register the xen store event channel...
2006-04-02 kaf24@firebug... Make checksum handling in the virtual network drivers...
2006-04-02 kaf24@firebug... Enable HYPERVISOR_sched_op() and HYPERVISOR_sched_opt_c...
2006-04-02 kaf24@firebug... Define __XEN_INTERFACE_VERSION__ when building Xen.
2006-04-01 kaf24@firebug... This patch fixes several issues related to vmxassist:
2006-04-01 kaf24@firebug... Rename sched_op->sched_op_compat and sched_op_new-...
2006-04-01 kaf24@firebug... When dom0 fails to balloon enough memory to allow a...
2006-04-01 kaf24@firebug... Changed deprecated "set-vcpus" to "vcpu-set" in the...
2006-04-01 kaf24@firebug... Fix makefiles for hvmloader and vmxassist for FC5 on...
2006-04-01 kaf24@firebug... [SVM] Do not update seg.base in realmode while obtainin...
2006-04-01 kaf24@firebug... Minor minios traps.c fix for x86/64.
2006-04-01 kaf24@firebug... [IA64] Include features header in xenbus_probe and...
2006-04-01 kaf24@firebug... Add new boot parameter 'lowmem_emergency_pool' which...
2006-03-31 cl349@firebug... Fix do_IRQ high bit masking.
2006-03-31 kaf24@firebug... Plumb network vif credit-based rate limiting thorugh...
2006-03-31 kaf24@firebug... Currently, xm & xend allow an XAUTHORITY to be specifi...
2006-03-31 kaf24@firebug... Various softirq cleanups:
2006-03-31 Ian.Campbell... Disable xen bus and grant tables when supervisor_mode_k...
2006-03-31 kaf24@firebug... See panic messages before the post message processing.
next